type go/types.indexedExpr
9 uses
go/types (current package)
call.go#L35: func (check *Checker) funcInst(T *target, pos token.Pos, x *operand, ix *indexedExpr, infer bool) ([]Type, []ast.Expr) {
index.go#L19: func (check *Checker) indexExpr(x *operand, e *indexedExpr) (isFuncInst bool) {
index.go#L333: func (check *Checker) singleIndex(expr *indexedExpr) ast.Expr {
index.go#L421: type indexedExpr struct {
index.go#L429: func (x *indexedExpr) Pos() token.Pos {
index.go#L433: func unpackIndexedExpr(n ast.Node) *indexedExpr {
index.go#L436: return &indexedExpr{
index.go#L444: return &indexedExpr{
typexpr.go#L433: func (check *Checker) instantiatedType(ix *indexedExpr, def *TypeName) (res Type) {